home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / equipvp.dir / 00032_Script_32 < prev    next >
Text File  |  1995-05-04  |  374b  |  14 lines

  1. on exitFrame
  2.   global fullMoov
  3.   
  4.   if the movieTime of sprite 24 = fullMoov then
  5.     set the movieTime of sprite 24 to 0
  6.     --    go to the frame
  7.     set the visible of sprite 24 to false
  8.     updateStage
  9.     go "EQ"
  10.   end if
  11.   if the movieRate of sprite 24 = 0 then set the castNum of sprite 4 = 4
  12.   else set the castNum of sprite 4 = 14
  13.   go to the frame
  14. end